This is the jni library required by Mobile Atlas Creator 
for creating BigPlanet SQLite atlases.

==== Installation ===

Place the library in the same directory where you installed 
Mobile Atlas Creator (where "Mobile_Atlas_Creator.jar" is located). 
Alternatively you can copy it into one directories coverd by your regular 
Java library path (LD_LIBRARY_PATH).

==== Requirements ===
This library was compiled on Ubuntu 9.10. The SQLite library has 
been compiled into it - therefore it is not required.

However there are some other libraries which are reuired as you can 
see by the ldd output:

	linux-vdso.so.1 =>  (0x00007fff6d927000)
	libc.so.6 => /lib/libc.so.6 (0x00007f1ff6b42000)
	/lib64/ld-linux-x86-64.so.2 (0x00007f1ff7161000)

